home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / hdf / readme.ncs < prev    next >
Text File  |  1980-02-08  |  3KB  |  76 lines

  1. #***************************************************************************
  2. #
  3. #
  4. #                         NCSA HDF version 3.2
  5. #                            August 28, 1992
  6. #
  7. # NCSA HDF Version 3.2 source code and documentation are in the public
  8. # domain.  Specifically, we give to the public domain all rights for future
  9. # licensing of the source code, all resale rights, and all publishing rights.
  10. #
  11. # We ask, but do not require, that the following message be included in all
  12. # derived works:
  13. #
  14. # Portions developed at the National Center for Supercomputing Applications at
  15. # the University of Illinois at Urbana-Champaign, in collaboration with the
  16. # Information Technology Institute of Singapore.
  17. #
  18. # THE UNIVERSITY OF ILLINOIS GIVES NO WARRANTY, EXPRESSED OR IMPLIED, FOR THE
  19. # SOFTWARE AND/OR DOCUMENTATION PROVIDED, INCLUDING, WITHOUT LIMITATION,
  20. # WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE
  21. #
  22. #***************************************************************************
  23.  
  24.  
  25. ***************************** 
  26.         Using HDF at NCSA
  27. *****************************
  28.  
  29.  HDF is installed on various systems at NCSA.  The following is a list 
  30. of directories in which HDF is installed on different systems:
  31.  
  32.  
  33.        Cray-2:          /usr/local/apps/hdf
  34.        Cray-YMP:        /usr/local/apps/hdf
  35.        Convex (C3):    /usr/local/apps/hdf
  36.        Sun 4:           /soft/hdf/SPARC
  37.        Sun 3:            /soft/hdf/SUN3
  38.        IBM6000 (ACB):    /usr/local/appl/hdf
  39.        SGI (REL):       /ncsa/apps/hdf
  40.  
  41. The current version of HDF will be in that directory and its 
  42. subdirectories.
  43.  
  44. In the bin/ directory you will find several HDF utilities, such as:
  45.  
  46.    hdfls - a utility to display information about the contents of an            
  47.           HDF file.
  48.  
  49.    hdfrseq - a utility to display a raster 8 bit image remotely using
  50.               the NCSA Interactive Color Raster protocol.
  51.  
  52.    hdftor8 - a utility to convert an HDF raster 8 bit image into a raw
  53.               raster image.
  54.  
  55.    r8tohdf - a utility to convert a raw raster image to an HDF raster 8
  56.               bit image.
  57.  
  58.    hdfcomp - a utility to change the compression scheme used for 8-bit
  59.              raster images in HDF files.
  60.  
  61. If you execute any of these commands with no parameters, it will display 
  62. the list of acceptable parameters.
  63.  
  64. In the include/ directory you will find the necessary include files for
  65. use in your own programs that link with the HDF library.
  66.  
  67. In the lib/ directory you will find the HDF library which contains the
  68. necessary subroutines for developing your own HDF applications.
  69.  
  70. Information about HDF source code, documentation, test suite, 
  71. and examples, can be found in the README.FIRST file in this directory.
  72.  
  73. If you have any questions, please contact the NCSA Consulting Office.
  74.  
  75.  
  76.